home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- puppetSound("mainsnd")
- puppetTransition(47, 1, 8)
- if field "diamodnum" contains "4" then
- play frame "5steelc"
- abort()
- end if
- if field "diamodnum" contains "5" then
- play frame "5steelc"
- abort()
- end if
- if field "diamodnum" contains "6" then
- if field "mtmodnum" contains "79" then
- play frame "5steelc"
- else
- play frame "5steela"
- abort()
- end if
- end if
- if field "diamodnum" contains "8" then
- if field "mtmodnum" contains "79" then
- play frame "5steelc"
- else
- play frame "5steela"
- abort()
- end if
- end if
- end
-